* src/keyboard.c (requeued_events_pending_p): Improve name and fix comment
authorTim Ruffing <crypto@timruffing.de>
Wed, 27 Dec 2023 13:29:34 +0000 (14:29 +0100)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 Mar 2024 14:40:07 +0000 (10:40 -0400)
commit385a02cffde6d0fd80ff189704ad70cfebc3e8d4
tree27fe62dd85ca663e5fbcff8fc686bfbccc52213e
parentfbc5fb2561d9e1d4e5b69b349a26c49d30ffc938
* src/keyboard.c (requeued_events_pending_p): Improve name and fix comment

* src/keyboard.c, src/keyboard.h (requeued_events_pending_p): Rename to
'requeued_command_events_pending_p' to clarify that the function covers
only command events. Fix wrong comment that claimed that the function
was unused.
* src/process.c (wait_reading_process_output): Update caller to use the
new name.
src/keyboard.c
src/keyboard.h
src/process.c